Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the path to the LIBRARY directory, not including the final separator.
C++:
#include "imsigx.h"
HRESULT hr = pObject->get_LibraryPath(lcid, &prop1);
HRESULT hr = pObject->put_LibraryPath(lcid, prop2);
Visual Basic:
prop1 = object.LibraryPath()
object.LibraryPath() = prop2
Parts:
lcid |
long |
[in][lcid] |
The locale ID. |
prop1 |
BSTR |
[out][retval] |
The path name, as a string. |
prop2 |
BSTR |
[in] |
The path name, as a string. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums